This tool can commit redologs into flat images.
For now, only "undoable" redologs to flat image commits are supported. Sparse disk image commits may be added in the future.
This tool is completely interactive, and does not need any command line parameter. Bxcommit asks for the flat image name, the redolog name, and wether to remove to redolog file after it commits it.
Session example :
$ ./bxcommit ======================================================================== bxcommit Undoable Disk Image Commit Tool for Bochs ======================================================================== What is the flat image name? [c.img] myfile.img What is the redolog name? [myfile.img.redolog] toapply.redolog Shall I remove the redolog afterwards? [yes] |